home *** CD-ROM | disk | FTP | other *** search
- STPRINT(3X) Last changed: 11-5-98
-
-
- NNAAMMEE
- ssttpprriinntt - Routines to print the symbol table
-
- SSYYNNOOPPSSIISS
- ##iinncclluuddee <<ssyymmss..hh>>
-
- ##iinncclluuddee <<ssttddiioo..hh>>
-
- cchhaarr **sstt__mmllaanngg__aasscciiii [[]];;
- cchhaarr **sstt__mmsstt__aasscciiii [[]];;
- cchhaarr **sstt__mmsscc__aasscciiii [[]];;
- cchhaarr **sstt__mmbbtt__aasscciiii [[]];;
- cchhaarr **sstt__mmttqq__aasscciiii [[]];;
-
- ""vvooiidd sstt__dduummpp((FFIILLEE **ffdd,, lloonngg ffllaaggss));;
-
- ""vvooiidd sstt__pprriinnttffdd((FFIILLEE **ffdd,, lloonngg iiffdd,, lloonngg ffllaaggss));;
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- IRIX systems (o32 ABI only)
-
- DDEESSCCRRIIPPTTIIOONN
- The ssttpprriinntt routines and arrays provide an easy way to print the MIPS
- symbol table (using sstt__ccuurrrreenntt ppcchhddrr(())).
-
- The arrays map constants to their ASCII equivalents. The constants
- can be found in ssyymmccoonnsstt..hh and represent languages (llaanngg), symbol
- types (sstt), storage classes (sscc), basic types (bbtt), and type
- qualifiers (ttqq).
-
- The sstt__dduummpp routine prints an ASCII version of the symbol. If fd is
- NULL, the routine prints file ffdd and stdout. The flags can be a mask
- of a section of symbol table specified by ORing SSTT__PP** constants
- together from ccmmppllrrss//ssttssuuppppoorrtt..hh. This routine modifies the current
- file.
-
- _S_t__p_r_i_n_t_f_d prints the sections associated with the file specified by
- the _i_f_d argument. The other arguments are the same as in sstt__dduummpp.
- These arguments modify the current file, as well.
-
- BBUUGGSS
- The interface will be added to incrementally as needed.
-
- SSEEEE AALLSSOO
- ssttffee(3x), ssttccuu(3x)
-
- This man page is available only online.
-
-